home *** CD-ROM | disk | FTP | other *** search
- <VSTemplate Version="2.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
- <TemplateData>
- <Name>UserControl</Name>
- <Description>Create a UserControl to define an interface component that can be embedded within other parts of your project.</Description>
- <Icon>UserControl.png</Icon>
- <ProjectType>CSharp</ProjectType>
- <DefaultName>UserControl.xaml</DefaultName>
- <SortOrder>20</SortOrder>
- </TemplateData>
- <TemplateContent>
- <ProjectItem ReplaceParameters="true" TargetFileName="$fileinputname$.xaml" SubType="Form">UserControl.xaml</ProjectItem>
- <ProjectItem ReplaceParameters="true" TargetFileName="$fileinputname$.xaml.cs" >UserControl.xaml.cs</ProjectItem>
- </TemplateContent>
- </VSTemplate>